projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
088aaa2
)
Comment change.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 25 Nov 1993 11:43:58 +0000
(11:43 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 25 Nov 1993 11:43:58 +0000
(11:43 +0000)
src/m/hp800.h
patch
|
blob
|
history
diff --git
a/src/m/hp800.h
b/src/m/hp800.h
index c20403713ce8d6c41e9666d20113c07d6a6624db..8aa740d9f4e98b158b3484e0da8415bb2fb66423 100644
(file)
--- a/
src/m/hp800.h
+++ b/
src/m/hp800.h
@@
-175,7
+175,7
@@
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* Define the BSTRING functions in terms of the sysV functions. */
/* On HPUX 8.05, including types.h can include strings.h
- which de
fines these as macros. Hence the #ifndefs
. */
+ which de
clares these as functions. Hence the #ifndef
. */
#ifndef HAVE_BCOPY
#define bcopy(a,b,s) memcpy (b,a,s)